home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 21 / Cream of the Crop 21 (Terry Blount) (October 1996).iso / os2 / pms_106.zip / WHATS.NEW < prev   
Text File  |  1996-09-02  |  4KB  |  92 lines

  1. New in PMStripper 1.06
  2.  
  3. Bug Fix: Using PMStripper as WebX viewer for HTML source
  4.  
  5. When PMStripper is used as the viewer for HTML source in WebX,
  6. the 'Reload Source File' and the 'Save As' selections were greyed
  7. out unless the source file is reloaded via 'Open File'.  This
  8. has been corrected in version 1.06
  9.  
  10. PMSTRIP.INI handling
  11.  
  12. For PMStripper users who wish to add an environment variable to their
  13. config.sys file, PMStripper will use that environment variable to
  14. determine where the PMSTRIP.INI is located if it is not found in the
  15. working directory.
  16.  
  17. For those users who never change any of the configuration options, I
  18. have eliminated the automatic creation of the PMSTRIP.INI file.  The
  19. file will only be created when 'Save Settings' is selected.
  20.  
  21. The environment variable is specified in your config.sys file.
  22.  
  23. SET PMSTRIPPER=C:\YOURPATH
  24.  
  25. The C:\YOURPATH should be changed to the location of PMStripper or
  26. the drive and directory that you want to locate the PMSTRIP.INI file
  27. Embedded NULLs
  28.  
  29. I found a web site (the IBM Alphaworks site) that had web pages with
  30. embedded NULL characters.  Since a NULL character terminates a string
  31. in C/C++ , this caused some problems with PMStripper.  I have added a
  32. filter to replace the NULL characters with space characters before
  33. processing the html code.
  34.  
  35. Default settings
  36.  
  37. I have changed the default settings based on feedback from the
  38. registered users of PMStripper.  The only setting that is now
  39. enabled is the use of the underscore character.
  40.  
  41. New in version 1.05
  42.  
  43. Over write of existing file warning
  44.  
  45. A check has been added to warn the user if he is about to overwrite
  46. an existing file. If the file is write protected an error message is
  47. displayed.  If the file is not write protected, the user is prompted
  48. for an 'Ok' or 'Cancel' response.
  49.  
  50. More Fonts
  51.  
  52. All of the installed fonts are now available via the font dialog box.
  53. Also, the font that is active when 'Save Settings' is selected will
  54. become the default font.
  55.  
  56. New stripping options
  57.  
  58. 'Strip Options' has two sub-menu items: 'Ignore <BR>' and 'Ignore
  59. cr-lf'. These items are mutually exclusive and, since they are not
  60. normally needed, are not saved via the "Save Settings" menu item. These
  61. options are useful when the stripped output has excessive blank lines,
  62. not present in the source file.  This often occurs in Web published
  63. poetry since many are formatted with both carriage return - line feed
  64. (cr-lf) pairs and the HTML code <BR> which prevents text reformatting
  65. by the browser. PMStripper normally translates <BR> into a cr-lf pair
  66. thereby producing unnecessary blank lines. These two menu items strips
  67. either the cr-lf pairs OR the <BR> codes from the text before any other
  68. actions are performed.  The results of using either option should be
  69. similar, but one method may produce better results depending on how the
  70. text was originally formatted.
  71.  
  72. Reload HTML source file via ALT+R accelerator
  73.  
  74. The 'Reload Source File' menu item reloads the current HTML file and
  75. is a handy way to make changes in the the stripper's options and then
  76. view the same HTML, processed differently.  This bypasses the file
  77. dialog box.
  78.  
  79. Printing
  80.  
  81. To directly print the stripped text, select a printer as the file's
  82. destination. Entering 'lpt1' or 'lpt2' (as the file name) will send the
  83. text to a printer.  This method bypasses the WPS print manager and
  84. results in using the printer's default font. Additionally, since word
  85. wrap in the PMStripper display window does not reformat the text, line
  86. lengths must be user adjusted to fit the printer.  This is not new, but
  87. has not been documented.
  88.  
  89.  Back
  90.  
  91. 
  92.